home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / hedge / common.h < prev    next >
Text File  |  1994-09-01  |  223b  |  9 lines

  1. void abort_game(void);
  2. void center_string(char *,int,int);
  3. int  file_exists(char *);
  4. void flushkey(void);
  5. void init_graphics(void);
  6. void init_mouse(void);
  7. void put_string(char *,int,int);
  8. void quit_graphics(void);
  9.